home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 18 / CU Amiga Magazine's Super CD-ROM 18 (1997)(EMAP Images)(GB)[!][issue 1998-01].iso / CUCD / Online / hsc / docs-source / envvar.hsc < prev    next >
Encoding:
Text File  |  1997-10-02  |  1.4 KB  |  44 lines

  1. <WEBPAGE chapter="hsc - " title="Environment Variables"
  2.          PREV="messages.html"
  3.          NEXT="features/spctags.html">
  4.  
  5. This section describes several environment variables that
  6. affect how <hsc> operates.
  7.  
  8. <$macro env TITLE:string/required NAME:string/required>
  9. <DT><A NAME=(NAME)><VAR><(TITLE)></VAR></A><DD>
  10. </$macro>
  11.  
  12. <DL>
  13. <env TITLE="HOME" NAME="home">
  14.  
  15. If this variable is set, its content will be interpreted as path to
  16. the user's home directory. When looking for <hsc.prefs>, a
  17. <file>lib/hsc.prefs</file> will be added to this value, and before
  18. this also a directory separator (e.g. a <slash>), if necessary.
  19.  
  20. <env TITLE="HSCPATH" NAME="hscpath">
  21.  
  22. This variable specifies the directory where <hsc.prefs> 
  23. (see also <ln_syntax>) is located.<BR>
  24. <STRONG>Example:</STRONG> After a
  25. <PRE>    setenv HSCPATH work:hsc</PRE>
  26. <hsc> will look for <FILE>work:hsc/hsc.prefs</FILE>.
  27.  
  28. <env TITLE="HSCSALARY" NAME="hscsalary">
  29.  
  30. <P>Within several messages, <hsc> refers to the user as a <qq><jerk></qq>.
  31. This happens if you are using features which are only supported by some
  32. special browsers. Some people say they are forced by their employee to
  33. use those features, and therefor feel insulted by <hsc>.</P>
  34.  
  35. As a solution, you can store the amount of your monthly payment in this
  36. variable:
  37.  
  38. <PRE>    setenv HSCSALARY 1000</PRE>
  39.  
  40. After this, <hsc> will stop calling you a <qq>jerk</qq>. Instead, it will
  41. now use the term <qq>prostitute</qq>.
  42. </DL>
  43. </WEBPAGE>
  44.